home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / sultan.swf / scripts / DefineSprite_5 / frame_2 / DoAction.as
Encoding:
Text File  |  2012-01-07  |  291 b   |  13 lines

  1. _Y = _Y + velocidad;
  2. perroxxx = getProperty("/perro", _X);
  3. huesoxxx = _X;
  4. huesoyyy = _Y;
  5. if("250" < huesoyyy and huesoyyy < "260" and huesoxxx < perroxxx + "20" and perroxxx - "20" < huesoxxx)
  6. {
  7.    tellTarget("/contadorhuesito")
  8.    {
  9.       nextFrame();
  10.    }
  11.    gotoAndPlay(1);
  12. }
  13.